From: Richard M. Stallman Date: Tue, 11 Dec 2001 06:05:12 +0000 (+0000) Subject: (font-lock-mode): Put our function at the end of after-change-functions. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59902 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9dd481237a5637687a9b2a5188c3cf88661f32cb;p=emacs.git (font-lock-mode): Put our function at the end of after-change-functions. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 7019c57151c..03aee2ae847 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -755,7 +755,7 @@ buffer local value for `font-lock-defaults', via its mode hook." ;; Turn on Font Lock mode. (when font-lock-mode - (add-hook 'after-change-functions 'font-lock-after-change-function nil t) + (add-hook 'after-change-functions 'font-lock-after-change-function t t) (font-lock-set-defaults) (font-lock-turn-on-thing-lock) ;; Fontify the buffer if we have to.